home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Commun⁄Network / RevRdist Folder / RevRdist / RevRdist src / globals.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-07  |  1005 b   |  47 lines  |  [TEXT/KAHL]

  1. /*
  2.  * globals.c - definitions for global variables (see RevRdist.h)
  3.  */
  4. #include "RevRdist.h"
  5.  
  6. WindowPtr        ActivityWind = 0;
  7. OSType            AliasType;
  8. OSType            AliasCreator;
  9. Integer            Ap_refNum;
  10. Integer            BlessedWD;
  11. Integer            BootVol;
  12. Longint            ClientClp;
  13. Longint            ClientClpM;
  14. Longint            ClientRoot;
  15. unsigned long    ClientSp;
  16. Integer            ClientVol;
  17. Str31            ClientVolName;
  18. GetVolParmsInfoBuffer ClientVIB;
  19. OSErr            ClueID;
  20. StringPtr        Clue0, Clue1, Clue2, Clue3;
  21. long            Flags = 0;
  22. short            Depth = 0;
  23. short            ErrorMsgs = 0;
  24. WindowPtr        ErrorWind = 0;
  25. file_info_t *    File_list = 0;
  26. unsigned char    HighValue[4];
  27. OSType            IconCreator;
  28. Str31            IconFName;
  29. OSType            IconType;
  30. Byte            Junksuf[1+8];
  31. StringPtr        NullStr;
  32. rstat_t            Pause = 0;
  33. pending_t        Pending = PA_NULL;
  34. DialogPtr        PrefDialog = 0;
  35. prefs_t            Prefs[2];
  36. Boolean            Quit = 0;
  37. Longint            ServerRoot;
  38. Integer            ServerVol;
  39. GetVolParmsInfoBuffer ServerVIB;
  40. Str31            TempName;
  41. Str31            TempName2;
  42. StringHandle    Untitled = 0;
  43. CursHandle        Watch;
  44.  
  45. AppFile            Ap_file;
  46. Str255            Mbuf;
  47.